home *** CD-ROM | disk | FTP | other *** search
/ Smash Hits! Chillin' Out 2001 Summer / SmashChillin.iso / APPS / GORILLAZ / Noodlefight_v1_PC.exe / scripts / DefineButton2_736 / BUTTONCONDACTION on(release).as
Text File  |  2001-03-17  |  124b  |  8 lines

  1. on(release){
  2.    if(startpos + 7 < _root.totalScores)
  3.    {
  4.       startpos += 7;
  5.       displayScores(startpos);
  6.    }
  7. }
  8.